home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Demos / MF18 / Excel 5.0 Demo / Microsoft Excel 5.0 Demo / MS Mac Excel Demo / 00636.ls < prev    next >
Encoding:
Text File  |  1994-08-11  |  129 b   |  9 lines

  1. on exitFrame
  2.   global gVersion
  3.   if gVersion = "Reseller" then
  4.     go(1, "great part")
  5.   else
  6.     go("*GREAT PART")
  7.   end if
  8. end
  9.